This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
RE: Secure way to access Domino from internet! ~Sigmund Prenubergjip 30.Dec.03 04:38 PM a Web browser Domino Server 6.0.1Windows 2000
Yes i can help you.
1)You need to run HTTP task at your main server
2)Because HTTP is not a routable protocol you need that your relay server act as a reverse proxy server" ( Domino does not have reverse proxy feature).( Reverse proxy is like a proxy but it take requests from internet clients and distribute it to main server= one entry point = secure)
You can use "IBM Http server", or microsoft ISA , Websphere Edge server.. as reverse proxy
But it is expensive.I use Apache ( for windows 2000 ) configured as reverse proxy.
3)Active SSL at your main server and configured apache to use SSl (actually i work at this part ).